home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Pro - Web Page Builder
/
Internet Pro - Web Page Builder (Wayzata Technology) (7241) (1995).bin
/
pc
/
windows
/
http_srv
/
whttpd14
/
util.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-04-27
|
310b
|
14 lines
#include <stdio.h>
#include <string.h>
#define LF 10
#define CR 13
void getword(char *word, char *line, char stop);
char x2c(char *what);
void unescape_url(char *url);
void plustospace(char *str);
int rind(char *s, char c);
int getline(char *s, int n, FILE *f);
void send_fd(FILE *f, FILE *fd);